runtime.traceBufHeader.lastTime (field)

8 uses

	runtime (current package)
		trace.go#L232: 	lastTime traceTime               // when we wrote the last event
		trace.go#L803: 	if ts <= buf.lastTime {
		trace.go#L804: 		ts = buf.lastTime + 1
		trace.go#L806: 	tsDiff := uint64(ts - buf.lastTime)
		trace.go#L807: 	buf.lastTime = ts
		trace.go#L1079: 	if ts <= bufp.lastTime {
		trace.go#L1080: 		ts = bufp.lastTime + 1
		trace.go#L1082: 	bufp.lastTime = ts